Html Css Color HEX #767EC2 Wild Blue Yonder

📋 copy color: '#767EC2'

red 118 ◦ green 126 ◦ blue 194

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

Shades of Wild Blue Yonder #767EC2

Tints of Wild Blue Yonder #767EC2

RGB

 RED value IS 118 (46.48% from 255) = 26.94%

 GREEN value IS 126 (49.61% from 255) = 28.77%

 BLUE value IS 194 (76.17% from 255) = 44.29%

R = 26.94%
G = 28.77%
B = 44.29%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#767EC2 (or 0x767EC2) is known color: Wild Blue Yonder. HEX triplet: 76, 7E and C2. RGB value is (118,126,194). Sum of RGB (Red+Green+Blue) = 118+126+194=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #767EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EC2 is #89813D. Grayscale: #838383. Windows color (decimal): -9011518 or 12746358. OLE color: 12746358.

HSL color Cylindrical-coordinate representation of color #767EC2: hue angle of 233.68º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767EC2 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 126 194 -
CMYK 0.39 0.35 0 0.24
HSL 233.68º 0.38% 0.61% -
HSV(B) 233.68º 0.39% 0.76% -
XYZ 24.67 22.67 54.11 -
YUV 131.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 118 126 194 0.39 0.35 0 0.24 233.68 0.38 0.61
Hex 76 7E C2 27 23 0 18 EA 26 3D
Octal 166 176 302 47 43 0 30 352 46 75
Binary 1110110 1111110 11000010 100111 100011 0 11000 11101010 100110 111101

Color Harmonies of #767EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767EC2

Black with #767EC2

Text Example


Text Example

White with #767EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767EC2; }

 p { color: rgb(118,126,194); }

 H1.HeaderClassName
 {
   color: #767EC2;
 }
 .AnyTagClassName
 {
   color: #767EC2;
 }
</style>

background-color css

<style>
 a { background-color: #767EC2; }

 a { background-color: rgb(118,126,194); }

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

border-color css

<style>
 span { border-color: #767EC2; }

 span { border-color: rgb(118,126,194); }

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