Html Css Color HEX #7883B3 Wild Blue Yonder

📋 copy color: '#7883B3'

red 120 ◦ green 131 ◦ blue 179

#7883B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7883B3

Tints of Wild Blue Yonder #7883B3

RGB

 RED value IS 120 (47.27% from 255) = 27.91%

 GREEN value IS 131 (51.56% from 255) = 30.47%

 BLUE value IS 179 (70.31% from 255) = 41.63%

R = 27.91%
G = 30.47%
B = 41.63%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7883B3 (or 0x7883B3) is known color: Wild Blue Yonder. HEX triplet: 78, 83 and B3. RGB value is (120,131,179). Sum of RGB (Red+Green+Blue) = 120+131+179=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #7883B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7883B3 is #877C4C. Grayscale: #848484. Windows color (decimal): -8879181 or 11764600. OLE color: 11764600.

HSL color Cylindrical-coordinate representation of color #7883B3: hue angle of 228.81º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7883B3 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 131 179 -
CMYK 0.33 0.27 0 0.30
HSL 228.81º 0.28% 0.59% -
HSV(B) 228.81º 0.33% 0.7% -
XYZ 24 23.48 45.92 -
YUV 133.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 120 131 179 0.33 0.27 0 0.30 228.81 0.28 0.59
Hex 78 83 B3 21 1B 0 1E E5 1C 3B
Octal 170 203 263 41 33 0 36 345 34 73
Binary 1111000 10000011 10110011 100001 11011 0 11110 11100101 11100 111011

Color Harmonies of #7883B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7883B3

Black with #7883B3

Text Example


Text Example

White with #7883B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7883B3; }

 p { color: rgb(120,131,179); }

 H1.HeaderClassName
 {
   color: #7883B3;
 }
 .AnyTagClassName
 {
   color: #7883B3;
 }
</style>

background-color css

<style>
 a { background-color: #7883B3; }

 a { background-color: rgb(120,131,179); }

 div.DivClassName
 {
   background-color: #7883B3;
 }
 .BgClassName
 {
   background-color: #7883B3;
 }
</style>

border-color css

<style>
 span { border-color: #7883B3; }

 span { border-color: rgb(120,131,179); }

 td.TdClassName
 {
   border-color: #7883B3;
 }
 .TagClassName
 {
   border-color: #7883B3;
 }
</style>