Html Css Color HEX #778BC3 Wild Blue Yonder

📋 copy color: '#778BC3'

red 119 ◦ green 139 ◦ blue 195

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

Shades of Wild Blue Yonder #778BC3

Tints of Wild Blue Yonder #778BC3

RGB

 RED value IS 119 (46.88% from 255) = 26.27%

 GREEN value IS 139 (54.69% from 255) = 30.68%

 BLUE value IS 195 (76.56% from 255) = 43.05%

R = 26.27%
G = 30.68%
B = 43.05%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#778BC3 (or 0x778BC3) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and C3. RGB value is (119,139,195). Sum of RGB (Red+Green+Blue) = 119+139+195=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #778BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BC3 is #88743C. Grayscale: #8B8B8B. Windows color (decimal): -8942653 or 12815223. OLE color: 12815223.

HSL color Cylindrical-coordinate representation of color #778BC3: hue angle of 224.21º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778BC3 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 139 195 -
CMYK 0.39 0.29 0 0.24
HSL 224.21º 0.39% 0.62% -
HSV(B) 224.21º 0.39% 0.76% -
XYZ 26.69 26.33 55.3 -
YUV 139.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 119 139 195 0.39 0.29 0 0.24 224.21 0.39 0.62
Hex 77 8B C3 27 1D 0 18 E0 27 3E
Octal 167 213 303 47 35 0 30 340 47 76
Binary 1110111 10001011 11000011 100111 11101 0 11000 11100000 100111 111110

Color Harmonies of #778BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BC3

Black with #778BC3

Text Example


Text Example

White with #778BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778BC3; }

 p { color: rgb(119,139,195); }

 H1.HeaderClassName
 {
   color: #778BC3;
 }
 .AnyTagClassName
 {
   color: #778BC3;
 }
</style>

background-color css

<style>
 a { background-color: #778BC3; }

 a { background-color: rgb(119,139,195); }

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

border-color css

<style>
 span { border-color: #778BC3; }

 span { border-color: rgb(119,139,195); }

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